SAE J1939 Protocol Software

友情提示:(1)有问题: 可以点击 右边中-在线咨询,左侧qq,旺旺在线联系
         (2)感兴趣: 可以点击 左侧中-分享到

 

SAE J1939 Protocol Software

Software Package for the Development of J1939 Devices


The SAE J1939 protocol software enables the quick and simple development of SAE J1939 devices. All communication mechanisms defined in the SAE J1939 specification (except for the bridge functionality) are available, which means that developers can fully concentrate on their application.

As the user interface is designed as a universal functional interface, the protocol software is simultaneously the basis for extensions such as NMEA 2000 or ISO 11783 (ISOBUS).

The J1939 protocol software is implemented in ANSI-C and is independent of the CAN controller, CPU and operating system (where available). It is adapted to the hardware via the CAN driver package, which is available as an option.

The documentation and C-application examples supplied allow a quick start-up of the SAE J1939 protocol software.

Functionality

  • Transmission and reception of application-specific messages (confirmed and unconfirmed)
  • Treatment of the J1939 transport protocols for large data blocks (message- and node-based)
  • Simultaneous communication with more than one node
  • Support of the "address claiming" process for dynamic determination of the node address
  • Cyclic transmission and reception of messages with timeout monitoring

Versions of the SAE J1939 protocol software


Three versions of the SAE J1939 protocol software are available:

The "single channel" version allows dynamic configuration of the SAE J1939 protocol software via the functional interface and therefore during runtime. This version supports one software instance (CAN channel) and is suitable for use with a real-time operating system. However, the software can also be used in an application without an operating system.

The "multi-channel" version supports several software instances (CAN channels) and several applications on one CAN channel. In addition, this version can be extended with optional packages for  NMEA2000 and ISO15765-2 diagnostics. The other features are identical to those of the single channel version.

The "micro" version is optimized for use on 8-bit CPUs with very restricted RAM resources. With this version, the software is configured completely statically via files that are generated with the configuration tool provided. As all configuration parameters can be placed in the Flash memory here, RAM requirement is considerably reduced for the SAE J1939 protocol software. A CAN driver adapted to this version is included in the package.